home *** CD-ROM | disk | FTP | other *** search
- ; Install Mega Cd Player Prefs & Fonts
-
- echo "Installation of Mega Cd Player System Files (Prefs & Fonts)"
- echo " ----------------------------------------------"
- echo "This script will install the system files for Mega Cd Player Only!"
- echo "Not the program! Itself. To do so, just drag Mega Cd Player's drawer"
- echo "Icon to your desired drawer."
- echo ""
- ask "Do you want to Continue ? (y/n)"
- if warn
- echo "Copying Preferences..."
- copy env/#? ENV:MegaCdPlayer ALL
- copy env/#? ENVARC:MegaCdPlayer ALL
- echo ""
- echo "Copying Fonts..."
- copy Fonts/#? Fonts: ALL
- echo ""
- echo "Installation complete..."
- echo ""
- echo "Now drag the Mega Cd Player's drawer to your desired drawer!"
- echo "Mega Cd Player can be started by double clicking Mega_CdPlayer Icon."
- wait 9
- else
- echo ""
- echo ""
- echo "Installation aborted !..."
- endif
-